Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump supercluster from 4.1.1 to 8.0.1 in /superset-frontend/plugins/legacy-plugin-chart-map-box #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2024

Bumps supercluster from 4.1.1 to 8.0.1.

Release notes

Sourced from supercluster's releases.

v8.0.1

Fix an error when creating an empty index (after load([])). #225

v8.0.0

  • ⚡ Drastically reduce memory footprint (by up to 60%) and improve clustering performance by ~15-20%. #223
  • ⚠️ Breaking: drop CommonJS entry point and switch to ESM only for Node & bundlers + UMD bundle for browsers.
  • ⚠️ Breaking: drop support for IE11 (you can still transpile on your end to keep it).
  • Upgrade kdbush dependency to v4.

v7.1.5

Fix handling of non-integer zoom values in methods like getClusters(). #199

v7.1.4

Avoid creating new objects for same clusters across zooms, improving memory footprint and making sure the same clusters have the same cluster_id across zoom levels. #190

v7.1.3

Fix a bug where coordinates of unclustered points were snapping to a grid on higher zoom levels. #176

v7.1.2

Fix fround fallback on IE11 so that the v7.1.1 small radius bugfix is effective there too.

v7.1.1

Fix a bug where identical points sometimes wouldn't cluster on higher zooms given a small radius.

v7.1.0

Added minPoints option for the minimum number of points to form a cluster (2 by default).

v7.0.0

  • Added generateId option to generate numeric ids (feature.id) for input features that don't have it.
  • ⚠️ Possibly breaking: adjusted generated cluster id values to make sure there are no collisions when combined with generateId.

v6.0.2

Slightly improved performance of map/reduce by avoiding redundant map calls. #131

v6.0.1

Fixed a bug introduced in v6.0.0 where some aggregated cluster properties were calculated incorrectly.

v6.0.0

⚠️ Breaking: removed initial option of the map/reduce functionality. Now Supercluster uses the first mapped item of the cluster as the initial value:

// before
value = initial;
reduce(value, a);
reduce(value, b);
...
// after
value = a;
reduce(value, b);
...
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [supercluster](https://github.com/mapbox/supercluster) from 4.1.1 to 8.0.1.
- [Release notes](https://github.com/mapbox/supercluster/releases)
- [Commits](mapbox/supercluster@v4.1.1...v8.0.1)

---
updated-dependencies:
- dependency-name: supercluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2024

The following labels could not be found: npm, dependabot, plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants